Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@apollo/gateway (source) 2.11.0 -> 2.12.0 age confidence
@graphql-tools/schema (source) 10.0.23 -> 10.0.27 age confidence
@nestjs/apollo 13.1.0 -> 13.2.1 age confidence
@nestjs/cli 11.0.7 -> 11.0.10 age confidence
@nestjs/common (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/core (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/graphql 13.1.0 -> 13.2.0 age confidence
@nestjs/platform-express (source) 11.1.3 -> 11.1.8 age confidence
@nestjs/testing (source) 11.1.3 -> 11.1.8 age confidence
@types/express (source) 5.0.3 -> 5.0.5 age confidence
@types/node (source) 24.0.3 -> 24.10.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.46.3 age confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.46.3 age confidence
eslint (source) 9.29.0 -> 9.39.1 age confidence
graphql 16.11.0 -> 16.12.0 age confidence
graphql-yoga (source) 5.13.5 -> 5.16.1 age confidence
jest (source) 30.0.2 -> 30.2.0 age confidence
prettier (source) 3.5.3 -> 3.6.2 age confidence
supertest 7.1.1 -> 7.1.4 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence
yarn (source) 4.9.2 -> 4.10.3 age confidence

Release Notes

apollographql/federation (@​apollo/gateway)

v2.12.0

Compare Source

Minor Changes
  • Federation 2.12 and Connect 0.3 (#​3276)
Patch Changes

v2.11.4

Compare Source

Patch Changes

v2.11.3

Compare Source

Patch Changes

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.27

Compare Source

Patch Changes

v10.0.26

Compare Source

Patch Changes

v10.0.25

Compare Source

Patch Changes

v10.0.24

Compare Source

Patch Changes
nestjs/graphql (@​nestjs/apollo)

v13.2.1

Compare Source

13.2.1 (2025-10-02)

Bug fixes
Committers: 1

v13.2.0

Compare Source

13.2.0 (2025-10-01)

Enhancements
Dependencies
Committers: 4
nestjs/nest-cli (@​nestjs/cli)

v11.0.10

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.9...11.0.10

v11.0.9

Compare Source

v11.0.8

Compare Source

What's Changed

Full Changelog: nestjs/nest-cli@11.0.7...11.0.8

nestjs/nest (@​nestjs/common)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)
Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/core)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)

Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)

Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)

Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/platform-express)

v11.1.8

Compare Source

v11.1.8 (2025-10-27)

Bug fixes
Committers: 2

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)
Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
nestjs/nest (@​nestjs/testing)

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.6 (2025-08-07)

Bug fixes
Dependencies
Committers: 6

v11.1.5

Compare Source

v11.1.5 (2025-07-18)
Dependencies

v11.1.4

Compare Source

v11.1.4 (2025-07-16)
Bug fixes
Enhancements
Dependencies
Committers: 11
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • **ru

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jun 24, 2025

⚠️ No Changeset found

Latest commit: 3c7ee36

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/examples branch from 8a98b98 to af0bd7e Compare June 24, 2025 22:07
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 fix(deps): update examples Jun 24, 2025
@renovate renovate bot force-pushed the renovate/examples branch 9 times, most recently from f18f335 to 19dab82 Compare July 1, 2025 23:05
@renovate renovate bot force-pushed the renovate/examples branch 6 times, most recently from e758749 to 57effdf Compare July 9, 2025 02:31
@renovate renovate bot force-pushed the renovate/examples branch 7 times, most recently from 289427b to e69f0d3 Compare July 17, 2025 17:00
@renovate renovate bot force-pushed the renovate/examples branch 5 times, most recently from ea068ad to 6afcc89 Compare July 22, 2025 18:38
@renovate renovate bot force-pushed the renovate/examples branch 9 times, most recently from 3a03edc to b351cad Compare October 7, 2025 17:48
@renovate renovate bot force-pushed the renovate/examples branch 4 times, most recently from 64a3560 to c608863 Compare October 14, 2025 19:05
@renovate renovate bot force-pushed the renovate/examples branch 6 times, most recently from 4a460dc to 01665fe Compare October 24, 2025 08:00
@renovate renovate bot force-pushed the renovate/examples branch 6 times, most recently from dff5231 to 61e5b8e Compare November 2, 2025 17:53
@renovate renovate bot force-pushed the renovate/examples branch 3 times, most recently from 407c8ab to ba14121 Compare November 5, 2025 03:00
@renovate renovate bot force-pushed the renovate/examples branch from ba14121 to 3c7ee36 Compare November 5, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants